home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / DEMO_VGA / FRSTM1.LZH / FRSTM.MAK < prev    next >
Text File  |  1989-03-26  |  443b  |  28 lines

  1. #
  2. # Program: Fire Storm
  3. #
  4.  
  5. .c.obj:
  6.    qcl -c  -AS -W3 -Ze -Zid $*.c
  7.  
  8. .asm.obj:
  9.    masm /Z /ML /MX /N $*.asm;
  10.  
  11. xbit.obj : xbit.c \
  12.    xbit.h
  13.  
  14. xbitasm.obj : xbitasm.asm
  15.  
  16. gifsave.obj : gifsave.c
  17.  
  18. atiline.obj : atiline.asm
  19.  
  20. frstm.obj : frstm.c
  21.  
  22. chkpoint.obj : chkpoint.asm
  23.  
  24. frstm.exe : frstm.obj chkpoint.obj xbitasm.obj xbit.obj atiline.obj \
  25.    gifsave.obj
  26.    qcl -Ze -Zid frstm chkpoint xbitasm xbit atiline gifsave
  27.  
  28.